-
-
Notifications
You must be signed in to change notification settings - Fork 142
feat(container): support dynamic tags using dynamic initializers #1120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'm okay with moving forward with using dynamic initializers instead of the attributes. I agree that it's simpler after all. EDIT: so I took a look at the changes and why the CI fails—it's because, as I thought, simply updating the database initializer to avoid the need for a chain of dependency (by instantiating manually the |
|
That's easily fixed: one initializer can register multiple singletons. It can do whatever it wants with the container. The |
|
Well, if you manage to fix it using this approach, it's awesome. I'll document the storage functionality after we merge this 👌 |
Pull Request Test Coverage Report for Build 14724150077Details
💛 - Coveralls |
Alternative for #1105